home *** CD-ROM | disk | FTP | other *** search
- // datenDlg.h : header file
- //
-
- #include "dtime.h"
-
- /////////////////////////////////////////////////////////////////////////////
- // CDatentryDlg dialog
-
- class CDatentryDlg : public CDialog
- {
- // Construction
- public:
- CDatentryDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CDatentryDlg)
- enum { IDD = IDD_DATENTRY_DIALOG };
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDatentryDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- HICON m_hIcon;
-
- CDateControl m_ctrlCDate;
- CLTimeSpanControl m_ctrlCLTimeSpan;
- CLTimeOfDayControl m_ctrlCLTimeOfDay;
- CLDateControl m_ctrlCLDate;
-
- CDate m_CDate;
- CLTimeSpan m_CLTimeSpan;
- CLTimeOfDay m_CLTimeOfDay;
- CLDate m_CLDate;
-
- BOOL m_LDNoSeconds;
- BOOL m_TODNoSeconds;
- BOOL m_TSNoSeconds;
-
- BOOL m_LDNoUCT;
- BOOL m_LDNoET;
- BOOL m_LDNoLocal;
-
-
- // Generated message map functions
- //{{AFX_MSG(CDatentryDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnAbout();
- afx_msg void OnLdNoseconds();
- afx_msg void OnTodNoseconds();
- afx_msg void OnTsNoseconds();
- afx_msg void OnLdNoet();
- afx_msg void OnLdNolocal();
- afx_msg void OnLdNouct();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- DWORD GetLDFlags() const;
- };
-